FP_NORMAL

From Cppreference

Jump to: navigation, search
Defined in header <cmath>

#define FP_NORMAL /*implementation defined*/​
(C++0x feature)

The FP_NORMAL macro expands to an integer constant expression. It represents a type of floating point values and indicates that the value is normal, i.e. not an infinity, subnormal, not-a-number or zero.

See also

fpclassify (C++0x)
categorizes the given floating point value
(function)
FP_NAN (C++0x)
indicates not-a-number (NaN)
(macro constant)
FP_INFINITE (C++0x)
indicates infinite floating point value
(macro constant)
FP_SUBNORMAL (C++0x)
indicates subnormal number
(macro constant)
FP_ZERO (C++0x)
indicates zero
(macro constant)
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox
In other languages